body{
    background-color: #03224C;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
}
main{
    background-color: #ebf5c1;
    width: 1750px;

    padding-bottom: 30%;
    padding-top: 0px;
    margin-top: 0px;
}
h1{
    color: #03224C;
    font-size: 150px;
    z-index: inherit;
}
#heading{
    display: flex;
    justify-content: right;
    align-content: center;
    width: 750px;
    padding-left: 0px;
    margin-left: 10%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    z-index: 2;
    background-color: red;
    height: 300px;
}
#logo{
    width: 150px;
    height: 150px;
    margin-right: 50px;
    margin-top: 140px;
    padding-left: 0px;
    margin-left: 0px;
    z-index: inherit;
}
#banner{
    position:absolute;
    max-width: 100%;
    width: 90%;
    height: 33%;
    left: 5%;
    z-index: 0;
}
.alfa-slab-one-regular {
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
}
a{
    text-decoration: none;
    padding-left: 185px;
    padding-right: 185px;
    padding-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #03224C;
    color: #ebf5c1;
    border-style: solid;
    border-color: #03224C
}
ul{
    list-style-type: none;
    font-size: 50px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 0px;
    background-color: #03224C;
    padding-bottom: 18px;
}
p{
    font-size: 25px;
    padding-left: 5%;
    padding-right: 5%;
}


.image-text-section {
    display: flex;              
    flex-wrap: wrap;            
    gap: 20px;                  
    justify-content: space-between;
    padding: 10px;
}


.image-text {
    display: flex;
    flex-direction: row;        
    align-items: center;
    gap: 15px;
    flex: 1 1 45%;             
    box-sizing: border-box;
}

.image-text img {
    width: 40%;
    max-width: 200px;
    height: auto;
    border-radius: 8px;
}

.image-text p {
    margin: 0;
    flex: 1;
}

@media (max-width: 768px) {
    .image-text-section {
        flex-direction: column; 
    }

    .image-text {
        flex-direction: column; 
        text-align: center;
    }

    .image-text img {
        width: 80%;
        max-width: none;
    }
}
